Scripting Rules of Precedence
Click the Solution Explorer > Applications > Script icon designer to display the code view and functions for a selected application.
The Scripting view of your application displays.
The open source applications were written using Microsoft Visual Basic (VBA).
When using VBA, note that each prompt on the application, and the application itself, may have associated scripting for the numerous associated events. All possible VBA events are described in the section “VBA Events” near the end of this book.
Application events take precedence over prompt events; e.g., events linked to the application will occur prior to the event firing for a prompt.
Note: VBA code is very sensitive to variable typing. Most errors result from using a String variable when an Integer or Long data type is required.